projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03b5cd
)
(font_update_lface): Handle fonts with corrupted size specs,
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 05:16:18 +0000
(
05:16
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 3 Dec 2008 05:16:18 +0000
(
05:16
+0000)
i.e. non-int and non-float.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d078159455ecbe6db8ebfbab362ced2957d74ac1..d32c53c9bb0f7823cc1b88308540a0cb44f889cb 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,8
@@
2008-12-03 Chong Yidong <cyd@stupidchicken.com>
* font.c (Fopen_font): Compute pixel size correctly.
+ (font_update_lface): Handle fonts with corrupted size specs,
+ i.e. non-int and non-float.
* ftfont.c (ftfont_match): Initialize entity variable.
(ftfont_resolve_generic_family): Avoid using uninitialized var.